Enable DON2DON flow for Vault service's GetSecrets() method#18514
Merged
Enable DON2DON flow for Vault service's GetSecrets() method#18514
Conversation
… into vault-don2don
… into vault-don2don
DeividasK
reviewed
Jul 8, 2025
DeividasK
reviewed
Jul 8, 2025
Contributor
Flakeguard SummaryRan new or updated tests between View Flaky Detector Details | Compare Changes Found Flaky Tests ❌3 Results
ArtifactsFor detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json. |
Contributor
Flakeguard SummaryRan new or updated tests between View Flaky Detector Details | Compare Changes Found Flaky Tests ❌3 Results
ArtifactsFor detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json. |
Contributor
|
Please link dependent PRs to one another from their descriptions: This was hard to find, and the breaking signature change is blocking others from bumping common. |
cedric-cordenier
previously approved these changes
Jul 10, 2025
DeividasK
previously approved these changes
Jul 10, 2025
19305e9
asoliman92
approved these changes
Jul 10, 2025
jmank88
approved these changes
Jul 10, 2025
|
DeividasK
approved these changes
Jul 10, 2025
This was referenced Jul 9, 2025
cawthorne
pushed a commit
that referenced
this pull request
Jul 23, 2025
* SecretsFetcher support for fetching public keys of all Nodes in a DON * Logic update for DON members * add new mock file * fix unittest * Changeset and lint * Integration Test support * Lint Errors * nit var rename and formatting * mockery fix * Add a tag to changeset * review feedback * chore(multi): bumps chainlink-common * fix(capabilities/fakes): updates use of consensus capability * fix: re-bump common * Refactor to get all nodes in a don from capability registry * test fixes * test fix * chore: re-bump common * fix(capabilities/fakes): modify report request * lint * fix: make generate * get latest chainlink-common change * Pull breaking change fix from another PR(18558) to unblock test failures * chore: bump cre-sdk-go * chore: bump sdk * bump chainlink-common to latest commit on branch --------- Co-authored-by: Michael Street <5597260+MStreet3@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




This change enables Vault Don2DON flow, by making sure all Vault GetSecrets() requests from Workflow Nodes are exactly same.
This is done by:
https://smartcontract-it.atlassian.net/browse/PRIV-92